object Form1: TForm1 Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'Registration Number Generator' ClientHeight = 149 ClientWidth = 362 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 16 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'Random Seed:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 48 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'User Name:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 80 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'Registration Number:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object UserNameEdit: TEdit Left = 136 Top = 40 Width = 217 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnExit = UserNameEditExit end object RegNoEdit: TEdit Left = 136 Top = 72 Width = 217 Height = 20 TabStop = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 2 end object CopyButton: TBitBtn Left = 92 Top = 112 Width = 65 Height = 25 Caption = 'Copy' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = CopyButtonClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077 007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000 7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039 99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999 99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339 99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999 93337FFFF7737777733300000033333333337777773333333333} NumGlyphs = 2 end object CloseButton: TBitBtn Left = 204 Top = 112 Width = 65 Height = 25 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 Kind = bkClose end object RandSeedEdit: TMaskEdit Left = 136 Top = 8 Width = 121 Height = 20 AutoSelect = False EditMask = '9999999999;1; ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 10 ParentFont = False TabOrder = 0 Text = '0 ' OnExit = RandSeedEditExit end end